home *** CD-ROM | disk | FTP | other *** search
/ PC Open 97 / PC Open 97 CD2.bin / Demo / FileMaker / Data1.cab / fmpro.chm5 / document.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-03-04  |  770 b   |  35 lines

  1. /* Default style for links */
  2. a:link    { color: "#0000FF";}
  3. a:visited { color: "#800080";}
  4. a:hover   { color: "#FF3300";}
  5.  
  6. /* Link style for glossary terms*/
  7. .glosslink { }
  8. .glosslink A:link { color: #660000;}
  9. .glosslink A:visited { color: #660000;}
  10. .glosslink A:hover { color: #FF3300;}
  11.  
  12. /* Link style for UI buttons like ABC... reference links style */
  13. a:link.buttonlink {color: #0000cc}
  14. a:visited.buttonlink {color: #0000cc}
  15. a:hover.buttonlink {color: #FF3300}
  16.  
  17.  
  18.  
  19. /* Default style */
  20. body
  21. {
  22.   background-color: #FFFFFF;
  23. }
  24.  
  25. /* Use this style for footnote numbers */
  26. span.Footnote
  27. {
  28.   font-size: small;
  29.   vertical-align: super
  30. }
  31. /* Use this style for controlling spacing around the Related Topics button */
  32. p.HTMLHelpRelatedTopic
  33. {
  34. }
  35.